home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 March
/
PCWorld_2008-03_cd.bin
/
multimedia
/
cdburnerxp
/
cdbxp_setup_4.0.022.370.exe
/
{app}
/
nms_start.bat
< prev
next >
Wrap
DOS Batch File
|
2007-09-27
|
241b
|
7 lines
REM START NMSAccessU.exe -install
REM Wait for the service to be installed
ECHO Waiting for the NMSAccess service to be installed...
sleep 60
REM Start the NMSAccess service
ECHO Starting the NMSAccess service...
NET START "NMSAccessU"